src/southbridge/amd/cimx_wrapper: Run dos2unix on the files.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6237 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
d6a1373da2
commit
e925965034
|
@ -16,7 +16,7 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
#
|
|
||||||
config SOUTHBRIDGE_AMD_CIMX_WRAPPER
|
config SOUTHBRIDGE_AMD_CIMX_WRAPPER
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
@ -27,3 +27,4 @@ config SOUTHBRIDGE_AMD_CIMX_WRAPPER_SB800
|
||||||
select SOUTHBRIDGE_AMD_CIMX_WRAPPER
|
select SOUTHBRIDGE_AMD_CIMX_WRAPPER
|
||||||
|
|
||||||
source src/southbridge/amd/cimx_wrapper/sb800/Kconfig
|
source src/southbridge/amd/cimx_wrapper/sb800/Kconfig
|
||||||
|
|
||||||
|
|
|
@ -16,4 +16,6 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CIMX_WRAPPER_SB800) += sb800
|
subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CIMX_WRAPPER_SB800) += sb800
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue