Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
#
# Makefile for the linux ramfs routines.
#

O_TARGET := ramfs.o

obj-y := inode.o
obj-m := $(O_TARGET)

include $(TOPDIR)/Rules.make