From 86ae6e6c1836e43993a14db278398fc54e5419bd Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 4 Mar 2015 17:22:07 +0000 Subject: [build] Use REQUIRE_OBJECT() to drag in per-object configuration Signed-off-by: Michael Brown --- src/config/config_isaromprefix.c | 24 ------------------------ src/config/config_mromprefix.c | 24 ------------------------ src/config/config_pciromprefix.c | 24 ------------------------ 3 files changed, 72 deletions(-) delete mode 100644 src/config/config_isaromprefix.c delete mode 100644 src/config/config_mromprefix.c delete mode 100644 src/config/config_pciromprefix.c (limited to 'src/config') diff --git a/src/config/config_isaromprefix.c b/src/config/config_isaromprefix.c deleted file mode 100644 index d5a2b03ed..000000000 --- a/src/config/config_isaromprefix.c +++ /dev/null @@ -1,24 +0,0 @@ -/* - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. - * - * You can also choose to distribute this program under the terms of - * the Unmodified Binary Distribution Licence (as given in the file - * COPYING.UBDL), provided that you have satisfied its requirements. - */ - -FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); - -#include "config_romprefix.c" diff --git a/src/config/config_mromprefix.c b/src/config/config_mromprefix.c deleted file mode 100644 index d5a2b03ed..000000000 --- a/src/config/config_mromprefix.c +++ /dev/null @@ -1,24 +0,0 @@ -/* - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. - * - * You can also choose to distribute this program under the terms of - * the Unmodified Binary Distribution Licence (as given in the file - * COPYING.UBDL), provided that you have satisfied its requirements. - */ - -FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); - -#include "config_romprefix.c" diff --git a/src/config/config_pciromprefix.c b/src/config/config_pciromprefix.c deleted file mode 100644 index d5a2b03ed..000000000 --- a/src/config/config_pciromprefix.c +++ /dev/null @@ -1,24 +0,0 @@ -/* - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. - * - * You can also choose to distribute this program under the terms of - * the Unmodified Binary Distribution Licence (as given in the file - * COPYING.UBDL), provided that you have satisfied its requirements. - */ - -FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); - -#include "config_romprefix.c" -- cgit v1.2.3-55-g7522