aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/ck804/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/nvidia/ck804/Makefile.inc')
-rw-r--r--src/southbridge/nvidia/ck804/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/southbridge/nvidia/ck804/Makefile.inc b/src/southbridge/nvidia/ck804/Makefile.inc
index c88da3994d..de1162a656 100644
--- a/src/southbridge/nvidia/ck804/Makefile.inc
+++ b/src/southbridge/nvidia/ck804/Makefile.inc
@@ -1,3 +1,5 @@
+ifeq ($(CONFIG_SOUTHBRIDGE_NVIDIA_CK804),y)
+
ramstage-y += ck804.c
ramstage-y += usb.c
ramstage-y += lpc.c
@@ -21,3 +23,5 @@ romstage-y += early_smbus.c
chipset_bootblock_inc += $(src)/southbridge/nvidia/ck804/romstrap.inc
bootblock-y += romstrap.ld
+
+endif