home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / debian / ruleset / arches / m32r.mk < prev    next >
Encoding:
Text File  |  2005-11-02  |  1.7 KB  |  46 lines

  1. ######################### -*- Mode: Makefile-Gmake -*- ########################
  2. ## m32r.mk --- 
  3. ## Author           : Manoj Srivastava ( srivasta@glaurung.internal.golden-gryphon.com ) 
  4. ## Created On       : Mon Oct 31 18:31:09 2005
  5. ## Created On Node  : glaurung.internal.golden-gryphon.com
  6. ## Last Modified By : Manoj Srivastava
  7. ## Last Modified On : Mon Oct 31 18:31:09 2005
  8. ## Last Machine Used: glaurung.internal.golden-gryphon.com
  9. ## Update Count     : 0
  10. ## Status           : Unknown, Use with caution!
  11. ## HISTORY          : 
  12. ## Description      : handle the architecture specific variables.
  13. ## 
  14. ## arch-tag: f34e6b4c-7eeb-4923-af27-c68f9d36b647
  15. ## 
  16. ## 
  17. ## This program is free software; you can redistribute it and/or modify
  18. ## it under the terms of the GNU General Public License as published by
  19. ## the Free Software Foundation; either version 2 of the License, or
  20. ## (at your option) any later version.
  21. ##
  22. ## This program is distributed in the hope that it will be useful,
  23. ## but WITHOUT ANY WARRANTY; without even the implied warranty of
  24. ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  25. ## GNU General Public License for more details.
  26. ##
  27. ## You should have received a copy of the GNU General Public License
  28. ## along with this program; if not, write to the Free Software
  29. ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  30. ##
  31. ###############################################################################
  32.  
  33. KERNEL_ARCH := m32r
  34. kimage := zImage
  35. loaderdep=
  36. loader=
  37. loaderdoc=
  38. target = $(kimage)
  39. kimagesrc = $(strip arch/$(KERNEL_ARCH)/boot/$(kimage))
  40. kimagedest = $(INT_IMAGE_DESTDIR)/vmlinuz-$(version)
  41. DEBCONFIG= $(CONFDIR)/config.$(KPKG_SUBARCH)
  42.  
  43. #Local variables:
  44. #mode: makefile
  45. #End:
  46.