diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-29 21:53:20 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-29 21:53:20 +0000 |
commit | b7e38de9ebd50a65b2a4246f59a6ddea5675c49a (patch) | |
tree | 1f439bcc5d0c953821be02124370c7e8bc74a8b2 /target/device/Soekris/Makefile.in | |
parent | 46369b2995545c825c328bf8c02ca8227cdc66de (diff) | |
download | buildroot-novena-b7e38de9ebd50a65b2a4246f59a6ddea5675c49a.tar.gz buildroot-novena-b7e38de9ebd50a65b2a4246f59a6ddea5675c49a.zip |
- apply Soekris update from Eric Milon
- mv the linux26.mk into a more generic place for use with other arches/boards (breaks the kernel, will fix up soonish)
Diffstat (limited to 'target/device/Soekris/Makefile.in')
-rw-r--r-- | target/device/Soekris/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/device/Soekris/Makefile.in b/target/device/Soekris/Makefile.in index 33aea43ba..9418ba007 100644 --- a/target/device/Soekris/Makefile.in +++ b/target/device/Soekris/Makefile.in @@ -17,9 +17,9 @@ UCLIBC_CONFIG_FILE:=$(SOEKRIS_NET4801_PATH)/uClibc.config BR2_PACKAGE_BUSYBOX_CONFIG:=$(SOEKRIS_NET4801_PATH)/busybox.config ifeq ($(strip $(BR2_PACKAGE_LINUX)),y) -TARGETS+=linux -include $(SOEKRIS_NET4801_PATH)/linux.mk +TARGETS+=linux26 include target/device/Soekris/soekris_gpio/soekris_gpio.mk +LINUX26_KCONFIG=$(SOEKRIS_NET4801_PATH)/linux26.config endif endif |