forked from rdkcentral/OneWifiTestSuite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakefile.inc
More file actions
executable file
·41 lines (38 loc) · 1.48 KB
/
makefile.inc
File metadata and controls
executable file
·41 lines (38 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/**
* Copyright 2025 Comcast Cable Communications Management, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/
OS = $(shell uname)
PLATFORM = $(shell uname -a)
WLAN_EMU_HOME = /media/sf_work/wifi_programs/wlan_emulator
ONEWIFI_HOME = /media/sf_work/wifi_programs/one_wifi_program
WLAN_EMU_SRC = $(WLAN_EMU_HOME)/src
WLAN_EMU_KERNEL_SRC = $(WLAN_EMU_HOME)/samples/linux-master
WLAN_EMU_KERNEL_ARCH_SRC = $(WLAN_EMU_KERNEL_SRC)/arch/x86
WLAN_EMU_KERNEL_ARCH_ASM_INC = $(WLAN_EMU_KERNEL_SRC)/arch/arm64/include
WIFI_RDK_HAL = $(ONEWIFI_HOME)/rdk-wifi-hal
WIFI_CJSON = $(ONEWIFI_HOME)/cJSON-master
WIFI_RDK_HAL = $(ONEWIFI_HOME)/rdk-wifi-hal
WIFI_HOSTAP_BASE = $(ONEWIFI_HOME)/rdk-wifi-libhostap/source/hostap-2.9
WIFI_HOSTAP_SRC = $(WIFI_HOSTAP_BASE)/src
WIFI_LIB_PCAP = $(ONEWIFI_HOME)/libpcap-master-2
WIFI_OPENSSL_DIR = /home/soumya/Work/wifi_programs/openssl-master
INSTALLDIR = $(WLAN_EMU_HOME)/install
OBJDIR = obj
CXX = g++
CC = gcc
AR= ar cr
RM = -rm -rf