From b32a95eced1d0f22be1751467ff365117e200f3f Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sun, 29 Jul 2007 07:17:01 +0000 Subject: Add atngw100 target --- target/device/Atmel/atngw100/Makefile.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 target/device/Atmel/atngw100/Makefile.in (limited to 'target/device/Atmel/atngw100/Makefile.in') diff --git a/target/device/Atmel/atngw100/Makefile.in b/target/device/Atmel/atngw100/Makefile.in new file mode 100644 index 000000000..2f304f14d --- /dev/null +++ b/target/device/Atmel/atngw100/Makefile.in @@ -0,0 +1,12 @@ +ATNGW100_PATH=target/device/Atmel/atngw100 + +#BR2_PACKAGE_BUSYBOX_CONFIG=$(ATNGW100_PATH)/busybox.config +#UCLIBC_CONFIG_FILE=target/device/Atmel/uClibc.config.$(ARCH) + +TARGET_SKELETON=$(ATNGW100_PATH)/target_skeleton +TARGET_DEVICE_TABLE=$(ATNGW100_PATH)/device_table.txt + +ifeq ($(strip $(BR2_PACKAGE_LINUX)),y) +#LINUX26_FORMAT=uImage +#LINUX26_KCONFIG=$(ATNGW100_PATH)/linux26.config +endif -- cgit v1.2.3