kumquat-buildroot/target/device/mips/Makefile.in
Peter Korsgaard 4aeb8c851a target/device: misc cleanup
Remove outdated and/or unused variables/files.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-23 22:57:54 +02:00

5 lines
122 B
Makefile

ifneq ($(findstring y,$(BR2_mips)$(BR2_mipsel)),)
BR2_BOARD_PATH:=target/device/mips
BOARD_PATH:=target/device/mips
endif