2003-01-18 22:52:46 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# Any custom stuff you feel like doing....
|
|
|
|
#
|
|
|
|
#############################################################
|
2004-10-09 04:49:33 +02:00
|
|
|
CUST_DIR:=package/customize/source
|
2003-01-18 22:52:46 +01:00
|
|
|
|
|
|
|
customize:
|
2004-10-09 04:49:33 +02:00
|
|
|
-cp -af $(CUST_DIR)/* $(TARGET_DIR)/
|
2005-02-10 04:06:39 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# Toplevel Makefile options
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
ifeq ($(strip $(BR2_PACKAGE_CUSTOMIZE)),y)
|
|
|
|
TARGETS+=customize
|
|
|
|
endif
|