2 LIBNVRAM_OBJS
:= nvram.o
7 $(CC
) $(CFLAGS
) $(EXTRA_CFLAGS
) -c
-I.
-Iinclude
-o
$@
$^
9 libnvram.so
: $(LIBNVRAM_OBJS
)
10 $(CC
) -shared
-o
$@
$^
13 $(CC
) -o
$@
$^
-L.
-lnvram
This page took 0.054086 seconds and 5 git commands to generate.