aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a02b50a..abcef97 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,8 @@ target-$(CONFIG_CSM) += $(OUT)Csm16.bin
target-$(CONFIG_COREBOOT) += $(OUT)bios.bin.elf
target-$(CONFIG_BUILD_VGABIOS) += $(OUT)vgabios.bin
-all: $(target-y)
+# all: $(target-y)
+all: parisc
parisc: FORCE
ifneq "$(CONFIG_PARISC)" "y"