~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to arch/parisc/Makefile

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
        else echo $(obj)/palo.conf; \
95
95
        fi)
96
96
 
97
 
palo: vmlinuz
 
97
palo lifimage: vmlinuz
98
98
        @if test ! -x "$(PALO)"; then \
99
99
                echo 'ERROR: Please install palo first (apt-get install palo)';\
100
100
                echo 'or build it from source and install it somewhere in your $$PATH';\
109
109
        fi
110
110
        $(PALO) -f $(PALOCONF)
111
111
 
112
 
# Shorthands for known targets not supported by parisc, use vmlinux/vmlinuz as default
 
112
BOOT_TARGETS    = zImage Image palo lifimage
 
113
INSTALL_TARGETS = zinstall install
 
114
 
 
115
PHONY += bzImage $(BOOT_TARGETS) $(INSTALL_TARGETS)
 
116
 
 
117
bzImage zImage: vmlinuz
113
118
Image: vmlinux
114
 
zImage bzImage: vmlinuz
115
119
 
116
120
vmlinuz: vmlinux
117
121
        @gzip -cf -9 $< > $@
118
122
 
119
 
install: vmlinuz
120
 
        sh $(src)/arch/parisc/install.sh \
121
 
                        $(KERNELRELEASE) $< System.map "$(INSTALL_PATH)"
 
123
install:
 
124
        $(CONFIG_SHELL) $(src)/arch/parisc/install.sh \
 
125
                        $(KERNELRELEASE) vmlinux System.map "$(INSTALL_PATH)"
 
126
zinstall:
 
127
        $(CONFIG_SHELL) $(src)/arch/parisc/install.sh \
 
128
                        $(KERNELRELEASE) vmlinuz System.map "$(INSTALL_PATH)"
122
129
 
123
130
CLEAN_FILES     += lifimage
124
131
MRPROPER_FILES  += palo.conf
127
134
        @echo  '* vmlinux       - Uncompressed kernel image (./vmlinux)'
128
135
        @echo  '  vmlinuz       - Compressed kernel image (./vmlinuz)'
129
136
        @echo  '  palo          - Bootable image (./lifimage)'
130
 
        @echo  '  install       - Install kernel using'
 
137
        @echo  '  install       - Install uncompressed vmlinux kernel using'
131
138
        @echo  '                  (your) ~/bin/$(INSTALLKERNEL) or'
132
139
        @echo  '                  (distribution) /sbin/$(INSTALLKERNEL) or'
133
140
        @echo  '                  copy to $$(INSTALL_PATH)'
 
141
        @echo  '  zinstall      - Install compressed vmlinuz kernel'
134
142
endef
135
143
 
136
144
# we require gcc 3.3 or above to compile the kernel