Changeset 3817
- Timestamp:
- 07/09/03 10:35:46 (10 years ago)
- Location:
- i2c/branches/lk2-4
- Files:
-
- 2 modified
-
Makefile (modified) (2 diffs)
-
kernel/Module.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/branches/lk2-4/Makefile
r3815 r3817 184 184 endif 185 185 @echo "*** Installation successful!" 186 @echo "*** Important note :"187 @echo "*** Due to a change in our i2c structures, i2c-related drivers from"186 @echo "*** Important notes:" 187 @echo "*** 1* Due to a change in our i2c structures, i2c-related drivers from" 188 188 @echo "*** the Linux kernel and from external sources won't work with this" 189 189 @echo "*** version of i2c. Such drivers include commonly used video drivers" … … 195 195 @echo "*** problem and will soon submit a complete i2c patch for inclusion in" 196 196 @echo "*** the Linux 2.4 kernel." 197 @echo "*** 2* The i2c-elektor and i2c-pcf-epp modules were not built. If you" 198 @echo "*** need them, you have to use compilation option 3 as described in" 199 @echo "*** the INSTALL file." 197 200 198 201 clean:: -
i2c/branches/lk2-4/kernel/Module.mk
r3802 r3817 105 105 $(RM) $(DESTDIR)$(MODPREF)/misc/`basename $$i` $(DESTDIR)$(MODPREF)/kernel/drivers/i2c/`basename $$i`.gz ; \ 106 106 done ; \ 107 for i in i2c-elektor.o i2c-pcf-epp.o ; do \ 108 $(RM) $(DESTDIR)$(MODPREF)/kernel/drivers/i2c/`basename $$i` $(DESTDIR)$(MODPREF)/kernel/drivers/i2c/`basename $$i`.gz ; \ 109 done ; \ 107 110 $(RMDIR) $(DESTDIR)$(MODPREF)/misc 2> /dev/null || true ; \ 108 111 fi 109 112 if [ -n "$(KERNELINCLUDES)" ] ; then \ 110 113 $(MKDIR) $(DESTDIR)$(LINUX_INCLUDE_DIR) ; \ 111 $(INSTALL) -o root -g root -m 644 $(KERNELINCLUDES) $(DESTDIR)$(LINUX_INCLUDE_DIR) ; \114 $(INSTALL) -o root -g root -m 644 $(KERNELINCLUDES) $(DESTDIR)$(LINUX_INCLUDE_DIR) ; \ 112 115 fi 113 116 install :: install-kernel
