diff options
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/agesa/hudson/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/southbridge/amd/agesa/hudson/Makefile.inc b/src/southbridge/amd/agesa/hudson/Makefile.inc index 527c9bed7d..89236a6c0a 100644 --- a/src/southbridge/amd/agesa/hudson/Makefile.inc +++ b/src/southbridge/amd/agesa/hudson/Makefile.inc @@ -1,3 +1,7 @@ + +CPPFLAGS_x86_32 += -I$(src)/southbridge/amd/agesa/hudson +CPPFLAGS_x86_64 += -I$(src)/southbridge/amd/agesa/hudson + romstage-y += smbus.c smbus_spd.c ramstage-y += hudson.c ramstage-y += usb.c |