There is no need to have a separate 'Makefile.in' file in the

general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
This commit is contained in:
Eric Andersen
2005-02-10 03:06:39 +00:00
parent 040f60b3ea
commit d06645d8ed
208 changed files with 868 additions and 367 deletions

View File

@@ -1,3 +0,0 @@
ifeq ($(strip $(BR2_PACKAGE_LIBPCAP)),y)
TARGETS+=libpcap
endif

View File

@@ -77,3 +77,11 @@ libpcap-clean:
libpcap-dirclean:
rm -rf $(LIBPCAP_DIR)
#############################################################
#
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBPCAP)),y)
TARGETS+=libpcap
endif