mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
dropped f32xbase dependency on Makefile.common
This means that we only depend on f32xbase for atusb-sil (defunct) and cntr (needs updating), but not for any of the project's main parts. - makefiles/Makefile.basic: copied over from f32xbase/lib/Makefile.common - makefiles/Makefile.basic (LDLIBS): removed inclusion of libusb - tools/Makefile.common: use makefiles/Makefile.basic - install/INSTALL-Ben, prod/doc/setup.hmac: removed f32xbase dependency
This commit is contained in:
@@ -14,10 +14,8 @@ ifeq ($(TARGET),)
|
||||
TARGET = host
|
||||
endif
|
||||
|
||||
F32XBASE = ../../../f32xbase
|
||||
|
||||
ifneq ($(MAIN),)
|
||||
include $(F32XBASE)/lib/Makefile.common
|
||||
include ../../makefiles/Makefile.basic
|
||||
endif
|
||||
|
||||
CC_host = gcc
|
||||
|
||||
Reference in New Issue
Block a user