Parent Directory
|
Revision Log
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 |