kumquat-buildroot/target/device/Atmel/at91rm9200df/Makefile.in

11 lines
263 B
Makefile
Raw Normal View History

2007-07-17 14:19:56 +02:00
ifeq ($(strip$(BOARD_NAME)),at91rm9200df)
LINUX_BOARD_NAME=at91rm9200ek
2007-07-29 09:34:13 +02:00
BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
2007-07-17 14:19:56 +02:00
endif
2007-07-29 09:34:13 +02:00
ifeq ($(strip$(BOARD_NAME)),at91rm9200ek)
BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
endif