- mv the linux26.mk into a more generic place for use with other arches/boards (breaks the kernel, will fix up soonish)
8 lines
136 B
Makefile
8 lines
136 B
Makefile
BR2_BOARD_PATH:=target/device/x86/i386
|
|
|
|
ifndef LINUX26_KCONFIG
|
|
LINUX26_KCONFIG=$(BR2_BOARD_PATH)/linux26.config
|
|
endif
|
|
|
|
TARGETS+=linux26
|