diff options
author | David Hendricks <dhendrix@chromium.org> | 2013-02-05 14:43:52 -0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-02-06 00:41:15 +0100 |
commit | 00e480e22d00088d4d6f8bb6b0a6b5c1f840f6a2 (patch) | |
tree | a532c97c0fcacffe59b09c24067eff57090753eb /src/cpu/samsung/s5p-common/Makefile.inc | |
parent | 6aaf856cd2f47d762962a8c06d73f3bb2e61e146 (diff) |
snow: use bootblock build class for GPIO
This gets rid of a bunch of copy + pasted GPIO code.
Change-Id: I548b2b5d63642a9da185eb7b34f80cbebf9b124f
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2288
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu/samsung/s5p-common/Makefile.inc')
-rw-r--r-- | src/cpu/samsung/s5p-common/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/samsung/s5p-common/Makefile.inc b/src/cpu/samsung/s5p-common/Makefile.inc index df67573b84..0f4200c770 100644 --- a/src/cpu/samsung/s5p-common/Makefile.inc +++ b/src/cpu/samsung/s5p-common/Makefile.inc @@ -1,4 +1,5 @@ bootblock-y += pwm.c +bootblock-y += s5p_gpio.c bootblock-y += timer.c romstage-y += cpu_info.c |