diff options
author | Patrick Georgi <patrick.georgi@secunet.com> | 2012-07-26 11:34:57 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-07-26 19:02:59 +0200 |
commit | fce22e80d84f68b0421405e048d3f2f7c67025f3 (patch) | |
tree | daa62cb64842a3341ff9327d581b9dfc460e5d9b /src/drivers/Makefile.inc | |
parent | 82704c63b98202fe2a24032697369cd190202d3f (diff) |
Remove copies of rtl8168.c
One copy was slightly different, but all the differences were commented out
Change-Id: I3cc7b5621c681a1eb286f9b16ef3ebdce03abb6b
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/1356
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/drivers/Makefile.inc')
-rw-r--r-- | src/drivers/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Makefile.inc b/src/drivers/Makefile.inc index e10e685d47..a02b70548a 100644 --- a/src/drivers/Makefile.inc +++ b/src/drivers/Makefile.inc @@ -23,6 +23,7 @@ subdirs-y += emulation subdirs-y += generic subdirs-y += i2c subdirs-y += oxford +subdirs-y += realtek subdirs-y += sil subdirs-y += trident subdirs-y += ics |