summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2008-03-29 20:38:22 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2008-03-29 20:38:22 +0000
commit5292603285a198f08eec8a03c405d7050c3eebd7 (patch)
treed7dbc42c0ddee1255ae54e1ec7d152cdf649f30d /target
parent4523eb3cc70fbb925ffd4fa191463cabdfec0e89 (diff)
downloadbuildroot-novena-5292603285a198f08eec8a03c405d7050c3eebd7.tar.gz
buildroot-novena-5292603285a198f08eec8a03c405d7050c3eebd7.zip
Remove duplication of default kernel patch dir setting
Diffstat (limited to 'target')
-rw-r--r--target/device/Atmel/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Atmel/Makefile.in b/target/device/Atmel/Makefile.in
index 3d00aa366..63a3af33b 100644
--- a/target/device/Atmel/Makefile.in
+++ b/target/device/Atmel/Makefile.in
@@ -47,7 +47,7 @@ endif
LINUX26_COPYTO:=/tftpboot
-LINUX26_PATCH_DIR:=$(BOARD_PATH)/kernel-patches
+#LINUX26_PATCH_DIR:=$(BOARD_PATH)/kernel-patches
# The board specific Makefile.in can redefine BOARD_NAME's
LINUX_BOARD_NAME:=$(BOARD_NAME)