X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.inc;h=e12cc923924edb20f727308837dc022aa52c5786;hb=f01291dd64175b0c03a218f5ee4ad306ad779183;hp=4c87bd271677142dd99e3cfcfb58a760f1fe06cb;hpb=a25828dd0eaec09334ccbe05559d0e121e698b0d;p=coreboot.git diff --git a/Makefile.inc b/Makefile.inc index 4c87bd271..e12cc9239 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -38,7 +38,8 @@ PHONY+= clean-abuild coreboot ####################################################################### # root source directories of coreboot -subdirs-y := src/lib src/boot src/console src/devices src/ec src/southbridge src/northbridge src/superio src/drivers src/cpu +subdirs-y := src/lib src/boot src/console src/devices src/ec src/southbridge +subdirs-y += src/northbridge src/superio src/drivers src/cpu src/vendorcode subdirs-y += util/cbfstool util/sconfig subdirs-y += src/arch/$(ARCHDIR-y) subdirs-y += src/mainboard/$(MAINBOARDDIR)