/[kernel]/dists/trunk/linux-kbuild-2.6/src/mod/Makefile
ViewVC logotype

Contents of /dists/trunk/linux-kbuild-2.6/src/mod/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6308 - (show annotations) (download)
Tue Mar 28 12:23:56 2006 UTC (7 years, 2 months ago) by waldi
Original Path: people/waldi/linux-kbuild-2.6/src/mod/Makefile
File size: 403 byte(s)
src/mod: Rename files and classes for 2.6.16 support.
1 include ../Makefile.inc
2
3 PROGS = modpost
4
5 all-local: $(PROGS)
6
7 install-local: $(PROGS)
8 @list='$(PROGS)'; for p in $$list; do \
9 echo " install -D '$$p' '$(prefix)/scripts/mod/$$p'"; \
10 install -D "$$p" "$(prefix)/scripts/mod/$$p"; \
11 done
12
13 modpost: elf.o modpost.o module.o module_devicetable.o module_devicetable_impl_2_6_16.o
14 $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $^
15
16 %.o: %.cpp %.hpp endian.hpp
17

  ViewVC Help
Powered by ViewVC 1.1.5