#
# Makefile for LR

O_TARGET       := lr.o

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

include $(TOPDIR)/Rules.make
