Submitter | Myles Watson |
---|---|
Date | 2010-02-23 16:28:27 |
Message ID | <2831fecf1002230828r4c523895la0c5b5cf722b4af2@mail.gmail.com> |
Download | mbox | patch |
Permalink | /patch/962/ |
State | Not Applicable |
Headers | show |
Comments
Patch
Index: src/mainboard/roda/rk886ex/Makefile.inc =================================================================== --- src/mainboard/roda/rk886ex/Makefile.inc (revision 5149) +++ src/mainboard/roda/rk886ex/Makefile.inc (working copy) @@ -21,10 +21,10 @@ ## This mainboard requires DCACHE_AS_RAM enabled. It won't work without. ## -driver-y += mainboard.o -driver-y += m3885.o -driver-y += ec.o -driver-y += rtl8168.o +obj-y += mainboard.o +obj-y += m3885.o +obj-y += ec.o +obj-y += rtl8168.o It looks like rtl8168 should stay a driver, since it's a PCI device. I don't