Skip to content
Snippets Groups Projects
Commit a92173ef authored by Boris Stefanovic's avatar Boris Stefanovic
Browse files

ADD: builds in buildroot

parent d6e3d187
No related branches found
No related tags found
No related merge requests found
ARCH ?=
CROSS_COMPILE ?=
ARCH ?= arm
CROSS_COMPILE ?= arm-linux-
SRC_DIR := src
BUILD_DIR := build
SERVER := imageviewer
SERVER_PATH := ${BUILD_DIR}/${SERVER}
DISPLAY_LIB := lib${DISPLAY_CMD}.a
DISPLAY_LIB := libdisplay.a
DISPLAY_LIB_PATH := ${BUILD_DIR}/${DISPLAY_LIB}
CC := ${CROSS_COMPILE}gcc
......@@ -42,6 +42,7 @@ ${BUILD_DIR}:
.NOTPARALLEL: cleanbuild rebuild
clean:
rm -rf ${SERVER} ${BUILD_DIR} *.out *.a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment