summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBade Appala Naidu <appala.bade@stericsson.com>2012-05-03 15:49:22 +0530
committerBade Appala Naidu <appala.bade@stericsson.com>2012-05-03 15:49:22 +0530
commit7e14156cec7176f4244d9d99b309c2e3da99f358 (patch)
tree1849479d1d436a781188a1fdb6db3d29e1058bb7 /Makefile
parent4a51da34263bc7927c5e886ecc10c3f45d644f75 (diff)
Added default defconfig for snowbal to do make snowball_defconfig
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2cd3e97..a35d9a9 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ KERNEL_OUTPUT ?= /lib/modules/$(shell uname -r)/build
DESTDIR ?= $(CURDIR)/build
# Default config file
-LTP_CONFIG ?= defconfig
+LTP_CONFIG ?= snowball_defconfig
# Number of parallell make jobs
JOBS ?= 1
# ------------