Makefile (4985ca5af3767ffe13ea96e1dc26f88c81084414) | Makefile (19580e660cc8da49f16536a8bd78c047c7bc12e5) |
---|---|
1# 2# (C) Copyright 2000-2007 3# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4# 5# See file CREDITS for list of people who contributed to this 6# project. 7# 8# This program is free software; you can redistribute it and/or --- 1908 unchanged lines hidden (view full) --- 1917 fi ; \ 1918 if [ "$(findstring _ATM_,$@)" ] ; then \ 1919 echo -n "...ATM..." ; \ 1920 echo "#define CONFIG_PQ_MDS_PIB 1" >>$(obj)include/config.h ; \ 1921 echo "#define CONFIG_PQ_MDS_PIB_ATM 1" >>$(obj)include/config.h ; \ 1922 fi ; 1923 @$(MKCONFIG) -a MPC8360EMDS ppc mpc83xx mpc8360emds freescale 1924 | 1# 2# (C) Copyright 2000-2007 3# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4# 5# See file CREDITS for list of people who contributed to this 6# project. 7# 8# This program is free software; you can redistribute it and/or --- 1908 unchanged lines hidden (view full) --- 1917 fi ; \ 1918 if [ "$(findstring _ATM_,$@)" ] ; then \ 1919 echo -n "...ATM..." ; \ 1920 echo "#define CONFIG_PQ_MDS_PIB 1" >>$(obj)include/config.h ; \ 1921 echo "#define CONFIG_PQ_MDS_PIB_ATM 1" >>$(obj)include/config.h ; \ 1922 fi ; 1923 @$(MKCONFIG) -a MPC8360EMDS ppc mpc83xx mpc8360emds freescale 1924 |
1925MPC837XEMDS_config \ 1926MPC837XEMDS_HOST_config: unconfig 1927 @mkdir -p $(obj)include 1928 @echo "" >$(obj)include/config.h ; \ 1929 if [ "$(findstring _HOST_,$@)" ] ; then \ 1930 echo -n "... PCI HOST " ; \ 1931 echo "#define CONFIG_PCI" >>$(obj)include/config.h ; \ 1932 fi ; 1933 @$(MKCONFIG) -a MPC837XEMDS ppc mpc83xx mpc837xemds freescale 1934 |
|
1925sbc8349_config: unconfig 1926 @$(MKCONFIG) $(@:_config=) ppc mpc83xx sbc8349 1927 1928TQM834x_config: unconfig 1929 @$(MKCONFIG) $(@:_config=) ppc mpc83xx tqm834x 1930 1931 1932######################################################################### --- 513 unchanged lines hidden (view full) --- 2446 @$(MKCONFIG) $(@:_config=) arm pxa xsengine 2447 2448zylonite_config : 2449 @$(MKCONFIG) $(@:_config=) arm pxa zylonite 2450 2451######################################################################### 2452## ARM1136 Systems 2453######################################################################### | 1935sbc8349_config: unconfig 1936 @$(MKCONFIG) $(@:_config=) ppc mpc83xx sbc8349 1937 1938TQM834x_config: unconfig 1939 @$(MKCONFIG) $(@:_config=) ppc mpc83xx tqm834x 1940 1941 1942######################################################################### --- 513 unchanged lines hidden (view full) --- 2456 @$(MKCONFIG) $(@:_config=) arm pxa xsengine 2457 2458zylonite_config : 2459 @$(MKCONFIG) $(@:_config=) arm pxa zylonite 2460 2461######################################################################### 2462## ARM1136 Systems 2463######################################################################### |
2454omap2420h4_config : unconfig | 2464omap2420h4_config : unconfig |
2455 @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 2456 | 2465 @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 2466 |
2457apollon_config : unconfig 2458 @$(MKCONFIG) $(@:_config=) arm arm1136 apollon 2459 | |
2460#======================================================================== 2461# i386 2462#======================================================================== 2463######################################################################### 2464## AMD SC520 CDP 2465######################################################################### 2466sc520_cdp_config : unconfig 2467 @$(MKCONFIG) $(@:_config=) i386 i386 sc520_cdp --- 302 unchanged lines hidden --- | 2467#======================================================================== 2468# i386 2469#======================================================================== 2470######################################################################### 2471## AMD SC520 CDP 2472######################################################################### 2473sc520_cdp_config : unconfig 2474 @$(MKCONFIG) $(@:_config=) i386 i386 sc520_cdp --- 302 unchanged lines hidden --- |