| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (c) 2010, Code Aurora Forum. All rights reserved. |
| 2 # (C) Copyright 2000-2009 | 3 # (C) Copyright 2000-2009 |
| 3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. | 4 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 4 # | 5 # |
| 5 # See file CREDITS for list of people who contributed to this | 6 # See file CREDITS for list of people who contributed to this |
| 6 # project. | 7 # project. |
| 7 # | 8 # |
| 8 # This program is free software; you can redistribute it and/or | 9 # This program is free software; you can redistribute it and/or |
| 9 # modify it under the terms of the GNU General Public License as | 10 # modify it under the terms of the GNU General Public License as |
| 10 # published by the Free Software Foundatio; either version 2 of | 11 # published by the Free Software Foundatio; either version 2 of |
| 11 # the License, or (at your option) any later version. | 12 # the License, or (at your option) any later version. |
| (...skipping 3317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3329 | 3330 |
| 3330 chromeos_st1q_stub_config : unconfig | 3331 chromeos_st1q_stub_config : unconfig |
| 3331 @$(MKCONFIG) chromeos/st1q/stub arm armv7Scorpion chromeos_st1q NULL QSD
8x50 | 3332 @$(MKCONFIG) chromeos/st1q/stub arm armv7Scorpion chromeos_st1q NULL QSD
8x50 |
| 3332 | 3333 |
| 3333 chromeos_st1q_fast_config : unconfig | 3334 chromeos_st1q_fast_config : unconfig |
| 3334 @$(MKCONFIG) chromeos/st1q/fast arm armv7Scorpion chromeos_st1q NULL QSD
8x50 | 3335 @$(MKCONFIG) chromeos/st1q/fast arm armv7Scorpion chromeos_st1q NULL QSD
8x50 |
| 3335 | 3336 |
| 3336 chromeos_st1q_recovery_config : unconfig | 3337 chromeos_st1q_recovery_config : unconfig |
| 3337 @$(MKCONFIG) chromeos/st1q/recovery arm armv7Scorpion chromeos_st1q NULL
QSD8x50 | 3338 @$(MKCONFIG) chromeos/st1q/recovery arm armv7Scorpion chromeos_st1q NULL
QSD8x50 |
| 3338 | 3339 |
| 3340 chromeos_st15_stub_config : unconfig |
| 3341 @$(MKCONFIG) chromeos/st15/stub arm armv7Scorpion chromeos_st15 NULL QSD
8x50 |
| 3342 |
| 3343 chromeos_st15_fast_config : unconfig |
| 3344 @$(MKCONFIG) chromeos/st15/fast arm armv7Scorpion chromeos_st15 NULL QSD
8x50 |
| 3345 |
| 3346 chromeos_st15_recovery_config : unconfig |
| 3347 @$(MKCONFIG) chromeos/st15/recovery arm armv7Scorpion chromeos_st15 NULL
QSD8x50 |
| 3348 |
| 3339 #======================================================================== | 3349 #======================================================================== |
| 3340 # i386 | 3350 # i386 |
| 3341 #======================================================================== | 3351 #======================================================================== |
| 3342 ######################################################################### | 3352 ######################################################################### |
| 3343 ## AMD SC520 CDP | 3353 ## AMD SC520 CDP |
| 3344 ######################################################################### | 3354 ######################################################################### |
| 3345 eNET_config : unconfig | 3355 eNET_config : unconfig |
| 3346 @$(MKCONFIG) $(@:_config=) i386 i386 eNET NULL sc520 | 3356 @$(MKCONFIG) $(@:_config=) i386 i386 eNET NULL sc520 |
| 3347 | 3357 |
| 3348 sc520_cdp_config : unconfig | 3358 sc520_cdp_config : unconfig |
| (...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3792 mrproper \ | 3802 mrproper \ |
| 3793 distclean: clobber unconfig | 3803 distclean: clobber unconfig |
| 3794 rm -rf $(obj)* | 3804 rm -rf $(obj)* |
| 3795 endif | 3805 endif |
| 3796 | 3806 |
| 3797 backup: | 3807 backup: |
| 3798 F=`basename $(TOPDIR)` ; cd .. ; \ | 3808 F=`basename $(TOPDIR)` ; cd .. ; \ |
| 3799 gtar --force-local -zcvf `date "+$$F-%Y-%m-%d-%T.tar.gz"` $$F | 3809 gtar --force-local -zcvf `date "+$$F-%Y-%m-%d-%T.tar.gz"` $$F |
| 3800 | 3810 |
| 3801 ######################################################################### | 3811 ######################################################################### |
| OLD | NEW |