pci1x2x: add PCI1510 device IDs
[coreboot.git] / Makefile.inc
index 4f3f54c0ff7e8e2cf6e9d986cb3f797829b72ddc..6c4a16ac0cbc93aef451d06967d1a13d1692ef7c 100644 (file)
@@ -52,6 +52,8 @@ classes-y := ramstage romstage driver smm
 
 romstage-c-ccopts:=-D__PRE_RAM__
 romstage-S-ccopts:=-D__PRE_RAM__
+smm-c-ccopts:=-D__SMM__
+smm-S-ccopts:=-D__SMM__
 
 ramstage-c-deps:=$$(OPTION_TABLE_H)
 romstage-c-deps:=$$(OPTION_TABLE_H)