Alexandru Gagniuc (mr.nuke.me@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1479
-gerrit
commit 570f1880b5c03d2c3db2346b04ef74217a8439e7 Author: Alexandru Gagniuc mr.nuke.me@gmail.com Date: Wed Aug 22 11:19:08 2012 -0500
lumpy: fix automatic build
Adding auto MPTABLE geeration broke the build. Not because of Sven, but because the stupid buildsystem _requires_ an empty mptable.c. Fix that.
Change-Id: I85aa669225d7a7c3db0c9bedd64722dedbb97c36 Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com --- src/mainboard/samsung/lumpy/mptable.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+)
diff --git a/src/mainboard/samsung/lumpy/mptable.c b/src/mainboard/samsung/lumpy/mptable.c new file mode 100644 index 0000000..dcbc95a --- /dev/null +++ b/src/mainboard/samsung/lumpy/mptable.c @@ -0,0 +1,19 @@ +/* + * This file is part of the coreboot project. + * + * Copyright (C) 2012 Alexandru Gagniuc mr.nuke.me@gmail.com + * Copyright (C) 2012 The Mighty Alien Dwarf the.mighty.alien.dwarf@gmail.com + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see http://www.gnu.org/licenses/. + */ \ No newline at end of file