Commit f9b89acadc8c7feb48a4717e59b87d07602c8cbd
1 parent
d813367c68
Exists in
master
and in
2 other branches
크로스 컴파일러 사용하도록 수정, 결과물 복사 위치 변경
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
app/app_oven_controller/app/oven_controller/Makefile
| @@ -3,10 +3,10 @@ | @@ -3,10 +3,10 @@ | ||
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | #CROSS_PREFIX = mipsel-linux | 5 | #CROSS_PREFIX = mipsel-linux |
| 6 | -#CROSS_PREFIX = arm-linux | 6 | +CROSS_PREFIX = arm-buildroot-linux-gnueabihf |
| 7 | #CROSS_PREFIX = /opt/ezzynq/usr/bin/arm-buildroot-linux-gnueabihf | 7 | #CROSS_PREFIX = /opt/ezzynq/usr/bin/arm-buildroot-linux-gnueabihf |
| 8 | 8 | ||
| 9 | -CP_DIR = /nfs/prime_oven | 9 | +CP_DIR = /nfs/prime-oven/app/ |
| 10 | 10 | ||
| 11 | ## »ç¿ëÀÚ ¼Ò½º | 11 | ## »ç¿ëÀÚ ¼Ò½º |
| 12 | TARGET = app_oven_controller | 12 | TARGET = app_oven_controller |
| @@ -50,6 +50,7 @@ MV = mv | @@ -50,6 +50,7 @@ MV = mv | ||
| 50 | #-------------------------------------------------------------------- | 50 | #-------------------------------------------------------------------- |
| 51 | 51 | ||
| 52 | all : $(TARGET) | 52 | all : $(TARGET) |
| 53 | + mkdir -P $(CP_DIR) | ||
| 53 | cp $^ $(CP_DIR) | 54 | cp $^ $(CP_DIR) |
| 54 | 55 | ||
| 55 | $(TARGET) : $(OBJS) | 56 | $(TARGET) : $(OBJS) |