diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-23 16:54:20 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-23 16:54:20 +0000 |
commit | 8dc4b933b180edd850b8a778fb9593fc17340827 (patch) | |
tree | d9f2f13e43d77469baeeb4b1feb8a80954217354 /src/mainboard/tyan/s2892 | |
parent | b7bc3f369df30d0a2606d95fe59e8f757b3d791b (diff) |
Only handle code as "driver" that actually uses our driver
infrastructure (special linking, data structures, etc)
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5150 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2892')
-rw-r--r-- | src/mainboard/tyan/s2892/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s2892/Makefile.inc b/src/mainboard/tyan/s2892/Makefile.inc index 2d36853ab7..c78f133554 100644 --- a/src/mainboard/tyan/s2892/Makefile.inc +++ b/src/mainboard/tyan/s2892/Makefile.inc @@ -1,3 +1,3 @@ include $(src)/mainboard/Makefile.k8_ck804.inc -driver-y += ../../../drivers/i2c/adm1027/adm1027.o +obj-y += ../../../drivers/i2c/adm1027/adm1027.o |