Stephen Warren | 45b8ae6 | 2012-08-05 16:07:21 +0000 | [diff] [blame] | 1 | # |
| 2 | # See file CREDITS for list of people who contributed to this |
| 3 | # project. |
| 4 | # |
| 5 | # This program is free software; you can redistribute it and/or |
| 6 | # modify it under the terms of the GNU General Public License |
| 7 | # version 2 as published by the Free Software Foundation. |
| 8 | # |
| 9 | # This program is distributed in the hope that it will be useful, but |
| 10 | # WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | # GNU General Public License for more details. |
| 13 | # |
| 14 | |
Masahiro Yamada | 5a0c0ba | 2013-10-17 17:34:52 +0900 | [diff] [blame^] | 15 | obj-y := lowlevel_init.o |
| 16 | obj-y += init.o reset.o timer.o mbox.o |