Files
system76-coreboot/src/northbridge/amd/amdk8/Makefile.inc
Ronald G. Minnich fd4519b5ef This now builds.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4537 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-08-12 15:56:17 +00:00

31 lines
856 B
Makefile

#default CONFIG_AGP_APERTURE_SIZE=0x4000000
#default CONFIG_HAVE_HIGH_TABLES=1
driver-y += northbridge.o
driver-y += misc_control.o
obj-y += get_sblk_pci1234.o
obj-$(CONFIG_HAVE_ACPI_TABLES) += amdk8_acpi.o
# Not sure what to do with these yet. How did raminit_test even work? Should be a target in -y form
#if CONFIG_K8_REV_F_SUPPORT
#
#makerule raminit_test
# depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
# depends "$(TOP)/src/northbridge/amd/amdk8/raminit_f.c"
# action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
#end
#
#else
#
#makerule raminit_test
# depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
# depends "$(TOP)/src/northbridge/amd/amdk8/raminit.c"
# action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
#end
#
#end
#
#