summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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
# ------------