Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

LIBCLEAN=lib$(LIB).$(LIBEXT)
MAKEFILEPARTS=\
  $(top_srcdir)/Makefile.comm \
  $(top_builddir)/Makefile.cfg \
  $(srcdir)/Makefile.sub \
  $(top_srcdir)/Makefile.lib \
  Makefile.dep

all: lib$(LIB).$(LIBEXT)

lib$(LIB).$(LIBEXT): $(OBJS)
	$(AR) r $@ $?
	$(RANLIB) $@

depend: depend_src
depend.temp: $(GENSRCS)
TAGS: $(CCSRCS) $(CSRCS)
Makefile: $(MAKEFILEPARTS)
Makefile.dep:
	touch Makefile.dep