]> git.ozlabs.org Git - petitboot/blob - devices/Makefile
Initial gitification of petitboot
[petitboot] / devices / Makefile
1
2 CC=gcc
3 CFLAGS=-Wall -g -O2
4
5 parsers = native-parser.o
6
7 all: udev-helper
8
9 udev-helper: udev-helper.o params.o $(parsers)