Rename build system variables to be more intuitive, and
[coreboot.git] / src / mainboard / intel / d945gclf / Makefile.inc
index a74b1d7552907ade60e121bd7a740a225d1dab9c..eb0139931fa07dfd361191375c0c267d6d6ab600 100644 (file)
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
-##
-## This mainboard requires DCACHE_AS_RAM enabled. It won't work without.
-##
-
-obj-y += rtl8168.o
-
+driver-y += rtl8168.c
 
-smmobj-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.o
+smm-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.c