Remove duplication of default kernel patch dir setting

This commit is contained in:
Ulf Samuelsson 2008-03-29 20:36:24 +00:00
parent 0bda43bec9
commit 936db68f25

View File

@ -29,12 +29,12 @@ LINUX26_BINLOC=$(LINUX26_FORMAT)
LINUX26_COPYTO:=/tftpboot
LINUX26_PATCH_DIR:=target/device/ARM/kernel-patches
#LINUX26_PATCH_DIR:=$(BOARD_PATH)/kernel-patches
# The board specific Makefile.in can redefine BOARD_NAME's
LINUX_BOARD_NAME:=$(BOARD_NAME)
BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox.config
BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox.config
# Needs to be AFTER board specific Makefiles