Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/drivers/zorro/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 619 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
java.lang.NullPointerException
Makefile for the Zorro bus specific drivers.
java.lang.NullPointerException

obj-$(CONFIG_ZORRO) += zorro.o zorro-driver.o zorro-sysfs.o
obj-$(CONFIG_PROC_FS) += proc.o
obj-$(CONFIG_ZORRO_NAMES) +=  names.o

hostprogs  := gen-devlist

Files generated that shall be removed upon make clean
clean-files := devlist.h

Dependencies on generated files need to be listed explicitly
$(obj)/names.o: $(obj)/devlist.h

And that's how to generate them
quiet_cmd_devlist = DEVLIST $@
      cmd_devlist = ( cd $(obj); ./gen-devlist ) < $<
$(obj)/devlist.h: $(src)/zorro.ids $(obj)/gen-devlist
 $(call cmd,devlist)


Messung V0.5
C=97 H=92 G=94
div>

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]