TOPDIR = $(shell pwd)/../..

TARGET = upgrade

ldflags-y = 

obj-y = main.o api.o utils.o cmd.o error.o cmdline.o

include $(TOPDIR)/Rules.make
